.net string類型集合轉int集合 1.string集合轉int集合 //string類型的集合 List<string> tempStr = new List<string>() { "21", "23 ...